Make ssl relocation server listen on different port
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 23 May 2008 09:41:44 +0000 (10:41 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 23 May 2008 09:41:44 +0000 (10:41 +0100)
commitd6f7e230eb1cce1fafb54f85abd9b643113de551
tree3161eb599ceea10c9cbb1b1ce1e41c2d12e057e4
parent1580fd56fd302e7ceec9ff15e02a0323dfd5be30
Make ssl relocation server listen on different port

This patch makes ssl relocation server listen on 8003 if enabled.

Whether to start ssl relocation server now controlled by
xend-relocation-ssl-server. So ssl and non-ssl relocation server can
run simultaneously. You can also only start ssl server or only start
non-ssl relocation server.

When mix deploy xen 3.2 server (has no ssl support) and 3.3 servers,
start ssl and non-ssl relocation server simultaneously can keep
backward compatibility.

It's also more reasonable to have separate ports for ssl and non-ssl.

In this patch, also renames xend-relocation-tls to xend-relocation-ssl.

Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
tools/examples/xend-config.sxp
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendOptions.py
tools/python/xen/xend/server/relocate.py